func golang.org/x/tools/internal/versions.compare
2 uses
golang.org/x/tools/internal/versions (current package)
gover.go#L31: func compare(x, y string) int {
versions.go#L44: func Compare(x, y string) int { return compare(stripGo(x), stripGo(y)) }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)